Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

avoid GeoAttrsError by using more robust target extent calculation in… #3560

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jdries
Copy link
Contributor

@jdries jdries commented Jan 14, 2025

Overview

fixes bug 3559 in the case where a LayoutDefinition is already provided, also avoids the use of overly complex code in that case.
The case where LayoutScheme is used would benefit from more robustness in ReprojectRasterExtent, which should probably be a different PR.

Checklist

  • ./CHANGELOG.md updated, if necessary. Link to the issue if closed, otherwise the PR.
  • Module Hierarchy updated, if necessary
  • docs guides update, if necessary
  • New user API has useful Scaladoc strings
  • Unit tests added for bug-fix or new feature

Closes #3559

@pomadchin pomadchin self-assigned this Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RDD reproject: GeoAttrsError
2 participants